home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / race160c.zip / PATCH.DOC next >
Text File  |  1992-02-15  |  1KB  |  35 lines

  1.  
  2. PATCH is used to set the window size of the RACEEDIT editor.  It must be
  3. given SPECIFIC and ACCURATE information or it will write to the wrong
  4. area of RACEEDIT and render the program unusable.
  5.  
  6. The current location of the window size in RACEEDIT is: F703
  7.  
  8. The 'F' is accurate as this is a hexidecimal number.  The
  9. RACEEDIT.EXE that this location is in has a filesize of: 63952
  10.  
  11. If your copy of RACEEDIT.EXE is not =EXACTLY= 63952 bytes in size,
  12. DO NOT use PATCH.EXE on it!
  13.  
  14. If you are comfortable with editing a file directly with Norton,
  15. PCTools or whatever sector editor you use, look for the string
  16. "Change =>" near the end of RACEEDIT.EXE.  The byte following the
  17. arrow is the top row of the editor.  You can change this directly
  18. in all future versions of RACEEDIT and not have to worry about
  19. having PATCH.EXE.
  20.  
  21. The allowable range for the TOP of the window is from 2 to 22.  The
  22. bottom and/or sides are not adjustable.  PATCH will not allow you
  23. to use a value less than 2 or greater than 22 for the screen size.
  24.  
  25. Usage: PATCH <Location> <TopWindowRow>
  26.  
  27. Example: PATCH F703 2
  28.  
  29. This would write a 2 to location F703 and RACEEDIT would then occupy from
  30. line 2 to line 24 of the screen.
  31.  
  32. PATCH is hard coded to look for RACEEDIT.EXE and so can't harm anything
  33. else.  You must run PATCH in directory where RACEEDIT resides.
  34.  
  35.